home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / texts / addsrchg.lha / AddSearchGuide.doc next >
Text File  |  1996-05-05  |  710b  |  28 lines

  1. AddSearchGuide.rexx 1.0 (30.4.96) by Remco van Hooff
  2.  
  3. An ARexx script to automatically add a search button to your AmigaGuide
  4. documents for use with SearchGuide.
  5.  
  6. Requirements:
  7. - RexxSupport.library
  8. - RexxReqTools.library (optional)
  9.  
  10. Useage:
  11. AddSearchGuide.rexx FILE/K,REQ/S
  12.  
  13. FILE: an AmigaGuide document to add the button to.
  14. REQ : a switch to pop up a requester (needs RexxReqTools.library). It'll
  15.       allow you to multiselect documents to add a button to.
  16.  
  17. Do NOT use FILE and REQ together!
  18.  
  19. History:
  20. 1.0 - first release
  21.  
  22. Thanks:
  23. - Neil Bothwick for the idea and beta testing (sorry about line 66 :.)
  24.  
  25. Author:
  26. Remco van Hooff (rvhooff@globalxs.nl)
  27. For more ARexx scripts: http://www.globalxs.nl/r/rvhooff
  28.